home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -readerstuff- / g&a_williams / quake_scripts / hvm_quake < prev    next >
Text File  |  1999-06-21  |  511b  |  35 lines

  1. set echo off
  2. set game=hvm
  3. requestchoice >env:afcdno "Check For AFCD" "Please Select The AFCD You Have*nAnd Put It Into Your Amiga CD Drive" "AFCD 32" "DOH I dont have any of them"
  4.  
  5.  
  6. if val $afcdno eq 1
  7.     skip afcd32
  8. endif
  9.  
  10. if val $afcdno eq 0
  11.     skip Quit
  12. endif
  13.  
  14.  
  15. lab AFCD32
  16. set location=AFCD32:-screenplay-/OtherStuff/QuakeStuff
  17.  
  18.  
  19. lab start
  20.  
  21. Set GameType=Game   ; Game, Both, or Map
  22.  
  23. Set MapName=
  24.  
  25.  
  26. set file1=Demo1.dem
  27. set file2=progs.dat
  28. set file3=quake.rc
  29. set file4=s#? all
  30.  
  31. execute DoNotTouch
  32.  
  33. lab quit
  34.  
  35.